Skip to content

Commit

Permalink
Merge pull request #1691 from mrpalide/fix/improve-config-gen-command…
Browse files Browse the repository at this point in the history
…-on-package-installer

improve postinstall script on Mac installer
  • Loading branch information
mrpalide committed Dec 11, 2023
2 parents 0e14243 + a7e4a7e commit f8127e5
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 skychat,skysocks,skysocks-client,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 f8127e5

Please sign in to comment.