Skip to content

Commit

Permalink
remove disableapp flag from mac postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 11, 2023
1 parent 2954b0d commit a7e4a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mac_installer/install_scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chown -R "${USER}" "$skywire_dir"

echo "generating skywire config if it doesn't exist"
if [[ ! -f "${skywire_dir}"/skywire-config.json ]]; then
/Applications/Skywire.app/Contents/MacOS/skywire-cli config gen -bpio "${skywire_dir}"/skywire-config.json --disableapps skysocks,vpn-server
/Applications/Skywire.app/Contents/MacOS/skywire-cli config gen -bpio "${skywire_dir}"/skywire-config.json
fi
chown "${USER}" "${skywire_dir}"/skywire-config.json

Expand Down

0 comments on commit a7e4a7e

Please sign in to comment.