Fix missing/incorrect default template shortcuts

pull/6/head
awokd 6 years ago
parent c229e66f06
commit 1664686672
No known key found for this signature in database
GPG Key ID: 11AB48E690421F3E

@ -89,13 +89,10 @@ export INSTALLDIR=mnt
# ------------------------------------------------------------------------------
# Create App Menus
# ------------------------------------------------------------------------------
echo "--> Choosing appmenus whitelists..."
echo "APPMENUS_DIR=${APPMENUS_DIR}"
echo "SCRIPTSDIR=${SCRIPTSDIR}"
# _appmenus_dir="${APPMENUS_DIR:-${SCRIPTSDIR}}"
_appmenus_dir="${SCRIPTSDIR}"
if [ "${TEMPLATE_FLAVOR}" = "whonix-gateway" ] || [ "${TEMPLATE_FLAVOR}" = "whonix-workstation" ]; then

Loading…
Cancel
Save