Skip to content

Commit 121841c

Browse files
committed
BUG-065: Add a warning that this will add a file the user may want to remove after uninstallation.
1 parent 39797a9 commit 121841c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ubuntu_install_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ make
1111
# there.
1212
FIDIMAG_PROFILE_PATH=/etc/profile.d/fidimag.sh
1313
if [ ! -e "$FIDIMAG_PROFILE_PATH" ]; then
14+
echo "Warning: Adding Fidimag to path at $FIDIMAG_PROFILE_PATH."
1415
echo "Super user authentication required to add paths."
1516
sudo mkdir --parents "$(dirname $FIDIMAG_PROFILE_PATH)"
1617
sudo bash -c "echo \"export PYTHONPATH=$PWD/:\\\$PYTHONPATH\"\

0 commit comments

Comments
 (0)