Correct the function - log file (Standard)

This commit is contained in:
Steve Zabka
2021-09-04 17:50:09 +02:00
committed by GitHub
parent 141e8c5c9c
commit 3231e0f35c

View File

@@ -670,7 +670,7 @@ function change-fusion360-2 {
# A log file will now be created here so that it can be checked in the future whether an installation of Autodesk Fusion 360 already exists on your system. # A log file will now be created here so that it can be checked in the future whether an installation of Autodesk Fusion 360 already exists on your system.
function logfile-installation { function logfile-installation-standard {
mkdir -p "/$HOME/.local/share/fusion360/logfiles/path-log.txt" && mkdir -p "/$HOME/.local/share/fusion360/logfiles/path-log.txt" &&
cd "/$HOME/.local/share/fusion360/logfiles/path-log.txt" && cd "/$HOME/.local/share/fusion360/logfiles/path-log.txt" &&
echo "/home/$USER/.wineprefixes/fusion360" >> path-log.txt echo "/home/$USER/.wineprefixes/fusion360" >> path-log.txt