1
0
mirror of synced 2025-12-28 00:23:25 +00:00

Update update.sh

This commit is contained in:
Valentin
2023-09-16 19:54:41 +02:00
committed by GitHub
parent 552d7949d2
commit 0f64bda547

View File

@@ -11,17 +11,9 @@ then
touch $old_file touch $old_file
cmp --silent $old_file $tmp_file || isDifferent="true" cmp --silent $old_file $tmp_file || isDifferent="true"
echo "$isDifferent"
if [ "$isDifferent" = "true" ] if [ "$isDifferent" = "true" ]
then then
echo "oazioajslkvklxjgklfxgjcfklgjfxklgjxklfgk"
for x in $(head $old_file) for x in $(head $old_file)
do do
deluser $x deluser $x
@@ -47,3 +39,4 @@ else
mkdir -p /$user/.ssh/ mkdir -p /$user/.ssh/
curl -o /$user/.ssh/authorized_keys -X GET -H 'Content-Type: application/json' -d '{"secret": "'$secret'"}' $url/endpoint/update/$server/allKeys curl -o /$user/.ssh/authorized_keys -X GET -H 'Content-Type: application/json' -d '{"secret": "'$secret'"}' $url/endpoint/update/$server/allKeys
fi