Skip to content

Commit

Permalink
Διορθωση φακέλου για mount
Browse files Browse the repository at this point in the history
  • Loading branch information
billniakas committed Dec 1, 2018
1 parent 53e2713 commit b7f996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function chroot_stage {
while IFS='' read -r line || [[ -n "$line" ]]; do
num=$(( $num + 1 ))
echo $num
mkdir disk$num
mkdir /run/media/disk$num
mount $line /run/media/disk$num | echo "Προσαρτάται ο..."$num"oς δίσκος"
sleep 1

Expand Down

0 comments on commit b7f996d

Please sign in to comment.