Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Jan 17, 2025
1 parent ef879bb commit e2b6919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yiimp_single/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ ! -d $STORAGE_ROOT/yiimp/yiimp_setup ]; then
sudo touch $STORAGE_ROOT/yiimp/yiimp_setup/log/installer.log
fi

if [[ "$DISTRO" == "24" ]]; then
if [[ "$DISTRO" == "24" || "$DISTRO" == "23" || "$DISTRO" == "22" ]]; then
sudo chmod 755 /home/crypto-data/
fi

Expand Down

0 comments on commit e2b6919

Please sign in to comment.