Public bug reported:

I use a shell script to re\install the system when it's necessary and I've 
observed that absolute path doesn't works then it's forced to use relative 
path. In example:
echo '###'
echo '###'
echo '###'
## Install HPLIP 3.19.12
echo '###Installing HPLIP 3.19.12...'
sleep 6
cd /media/fabrizio/DonaldDuck/BackUpVari/hplip
./hplip-3.19.12.run
cd /home

echo '###'
echo '###'
echo '###'
## Install of Gnome Look Theme for Grub Primitivistical Grub 0.2
echo '###Installing of Gnome Look Theme for Grub Primitivistical Grub 0.2...'
sleep 6
cd /media/fabrizio/DonaldDuck/BackUp/Scaricati/primitivistical-grub-v0.2
sudo sh Install.sh
cd /home

** Affects: ubuntu
     Importance: Undecided
         Status: New


** Tags: absolute path relative script shell trouble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1862907

Title:
  shell script: absolute path doesn't works then it's forced to use
  relative path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1862907/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to