Buenas tengo este problema y nolo entiendo

#!/bin/sh
set -e
[ ! -e /run/friendly_recovery.resume ]
normaldir=$1
earlydir=$2
latedir=$3
set – $(cat /proc/cmdline)
for cmdline_arg in “$@”; do
if [ “$cmdline_arg” = “recovery” ]
then
ln -sf /lib/systemd/system/friendly-recovery.target $normaldir/default.target
break

done

de e cho me da fallos y if ´ se arregla alguna sugerencia

This site is for the co-ordination of the Ubuntu project(s), not support. Sorry.

Take a look at https://community.ubuntu.com/t/finding-help/712 to get in contact with our large support community.